CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - named pipe

搜索资源列表

  1. Visual-C-PP

    1下载:
  2. 命名管道软件实现代码,包括服务器端和客户端代码。-named pipe code.Including server pipe and client pipe!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-06-15
    • 文件大小:3858432
    • 提供者:zoubin
  1. pipelist

    0下载:
  2. 到目前为止,Win32 API 没有提供任何可以用来获取系统中所有活动的命名管道。此源代码中利用本地API 所包含的几个函数来获取本地系统中的命名管道。 -So far, the Win32 API does not provide any of the named pipe can be used for all activities in the system. This source code in the local API contains several functions to o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:15326
    • 提供者:michael
  1. jincheng

    0下载:
  2. 进程间通信最基本的例子 包括了剪贴板 父子进程 命名管道通信 还有油槽通信 刚刚接触这方面的可以下下来参考学习-The most basic examples of inter-process communication, including a clipboard and his son process named pipe communication tank communication, just contact in this regard can down the reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:2474412
    • 提供者:lizz
  1. Namepipe

    0下载:
  2. 建立命名管道,能够传输流节流,但并不能传输文件。-Create a named pipe can transport stream throttling, but it does not transfer files.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3433838
    • 提供者:翁鹏飞
  1. Code1

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed interpretation of the process of communication between four ways: the clipboard, anonymous pipe, named pipe and mail slot. And comparative analysis of the process of the communication betw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:232828
    • 提供者:lj
  1. mkfifo

    0下载:
  2. 使用mkfifo创建有名管道并实现两个进程之间的通讯-Use mkfifo to create a named pipe communication between two processes
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:1677
    • 提供者:夏秋末
  1. TQ-2440fifo_source_code

    0下载:
  2. 在Linux学习中,无名管道在开发板上运行的源代码。-Linux learning, the named pipe on the development board running the source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1340
    • 提供者:林东育
  1. homework2

    0下载:
  2. 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2598793
    • 提供者:熊涛
  1. PIPE

    0下载:
  2. 命名管道的例子,有服务器和客户端,两者可以相互发送信息-Examples of named pipes, a server and client, both send messages to each other
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3864709
    • 提供者:刘明
  1. fifo

    0下载:
  2. 有名管道,双方都可读写功能,实现双向通信。-Named pipe to both read and write capabilities, two-way communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:12035
    • 提供者:冀鹏霞
  1. SearchSql

    0下载:
  2. SQL Server命名管道扫描器,扫描一段网络内的Microsoft SQL Server数据库。-SQL Server named pipe scanner Scans a network within the Microsoft SQL Server database.
  3. 所属分类:Scanner

    • 发布日期:2017-11-17
    • 文件大小:2264632
    • 提供者:amily
  1. data

    0下载:
  2. 编写一程序,实现程序a通过读取一个文件,把文件内容写入一个有名管道.然后程序b读取有名管道的内容,重新写为一个新的文件。-Write a program, the program by reading a file, the contents of the file is written to a named pipe. Program then b to read the contents of the named pipe, re-written as a new file.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:527
    • 提供者:kingwang
  1. ctrl_iface_named_pipe

    0下载:
  2. WPA Supplicant / Windows Named Pipe -based control interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:4327
    • 提供者:sisanai
  1. NamedPipeDemo_CS

    0下载:
  2. Named Pipe DEMO for IPC
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:16751
    • 提供者:Geoffrey
  1. mingmingguandao

    0下载:
  2. 文件为命名管道实例,里面涵盖了VC++网络编程的基本知识,C++学习新手可以考虑学习下-File is a named pipe instance C++, which covers the basic architecture C++ network programming, it is a good code C++ novice learning
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:747257
    • 提供者:Wei Huang
  1. CreateNamedPipe

    1下载:
  2. 学习网络编程,一个简单的命名管道实例程序。-Learning network programming, a simple example program named pipe
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-05-08
    • 文件大小:601088
    • 提供者:yu tianjian
  1. Linux_chat

    0下载:
  2. Linux下高级编程,使用有名管道的方式的进程间通信技术来实现客户端和服务器的通信。-Advanced programming under Linux, using a named pipe of process communication technology to realize the client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:15065
    • 提供者:李飞
  1. Process

    0下载:
  2. 多进程编程,匿名管道,有名管道,油槽,剪贴板等技术。-Multi-process programming, anonymous pipes, named pipe, oil tank, the clipboard.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1421
    • 提供者:周金炳
  1. fifocliserv

    0下载:
  2. 本代码用于讲解unix 环境下网络编程中的有名管道,这是一个使用有名管道的服务器和客户端的例子-This code is used to explain the unix network programming environment named pipe, which is an example of the server and client to use named pipes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6117
    • 提供者:wy
  1. pipe

    0下载:
  2. linux下的命名管道编程,属于进程间通信的一种机制, 用于不同进程间的通信,可作为参考-Named Pipes programming under linux, a part of inter-process communication mechanism for communication between different processes can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:920
    • 提供者:deng
« 1 2 3 45 6 »
搜珍网 www.dssz.com